From 118c34901c4405ae6732c847bf85e107c8102d85 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 6 Feb 2001 17:13:48 +0000 Subject: [PATCH] (info-initialize): Remove the test for system-type when invocation-directory is non-nil. --- lisp/info.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index 1add6ed522f..b1a1faa4cea 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -312,8 +312,7 @@ Do the right thing if the file has been compressed or zipped." (source (expand-file-name "info/" source-directory)) (sibling (if installation-directory (expand-file-name "info/" installation-directory) - (if (and (memq system-type '(ms-dos windows-nt)) - invocation-directory) + (if invocation-directory (let ((infodir (expand-file-name "../info/" invocation-directory))) -- 2.30.2